home *** CD-ROM | disk | FTP | other *** search
- *
-
- *
-
-
-
-
-
- \g
-
- select distinct table_name, system_use from iitables where system_use <> 'S' and table_type <> 'I' order by table_name;
-
- select column_name,column_datatype,column_nulls,column_length, column_scale from iicolumns where table_name = '^0';
-
- E_
-
- E_
-
-
-
-
-
- create table ^0 (^1);
-
- ^0 ^1^2
-
- drop table ^0;
-
-
-
- select count(*) from ^1;
-
- select distinct ^0 from ^1 ;
-
- update ^0 set ^1 where ^2;
-
- insert into ^0 (^1) values (^2);
-
- delete from ^0 where ^2;
-
-
-
- UPPERCASE
-
-